FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / SetPropertiesRequest Class / SetPropertiesRequest Constructor / SetPropertiesRequest Constructor(BatchHeader,String,Property[])

In This Topic
    SetPropertiesRequest Constructor(BatchHeader,String,Property[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Item As String, _
       ByVal Properties() As Property _
    )
    public SetPropertiesRequest( 
       BatchHeader BatchHeader,
       string Item,
       Property[] Properties
    )

    Parameters

    BatchHeader
    Item
    Properties
    See Also